home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / UTILITIE / CPU_MEMO / 2363.ZIP / RRESTORE.HLP < prev    next >
Text File  |  1988-03-07  |  4KB  |  138 lines

  1.  
  2. FORMAT
  3.  
  4. The format of the dRestore command is
  5.  
  6. [d:][path]DRESTORE d: [d:][path]filename[.ext] [options]
  7.  
  8. where
  9.  
  10. [d:][path]
  11.    before DRESTORE specifies the drive and path that
  12.    contain the dRestore program.
  13.  
  14. d:
  15.    specifies the drive that contains the backed up files
  16.    (source).
  17.  
  18. [d:][path]filename[.ext]
  19.    specifies the file(s) you want to restore and where you
  20.    want to restore them (target).  Global file name
  21.    characters are allowed in the file name, and cause all of
  22.    the files matching the file name to be restored.  The files
  23.    must be restored to the same directory they were in when
  24.    Diskpack copied them.
  25.  
  26. [options]
  27.    specifies the optional parameters described below.
  28.  
  29.  
  30. OPTIONS
  31.  
  32. The following options can appear in the dRestore command.
  33.  
  34. /?
  35.    Display help.
  36.  
  37. /1
  38.    Do not prompt to insert the first backup disk.
  39.  
  40. /B
  41.    Beep when prompted to insert a disk.
  42.  
  43. /D
  44.    Display file names only.  This operation takes as long as
  45.    restoring files, since dRestore must uncompress the data
  46.    on the backup disks to obtain the file names.  If you
  47.    created a catalog file when backing up, it's faster to
  48.    display its contents with the DOS TYPE command.
  49.  
  50.      type diskpack.cat
  51.  
  52. /I
  53.    Display registration information (unregistered version
  54.    only).
  55.  
  56. /P1
  57.    Display a (y/n)? prompt before restoring a file if it is
  58.    hidden or has been changed since it was last backed up. 
  59.    You can choose to restore the file or not.
  60.  
  61. /P2
  62.    Display a (y/n)? prompt before restoring each file.  You
  63.    can choose to restore the file or not.
  64.  
  65. /R
  66.    Restore files.  If /R is omitted, dRestore will compare the
  67.    files on the backup disks with the target disk- not
  68.    restore them.
  69.  
  70. /S
  71.    Restore subdirectory files in addition to the files in the
  72.    specified or current directory.
  73.  
  74. /V
  75.    Display a verbose description of the restore process. 
  76.  
  77.  
  78. NOTES
  79.  
  80. ⁿ  Press Ctrl-Break to stop dRestore.
  81.  
  82. ⁿ  The files being restored must have been placed on the
  83.    source with Diskpack.
  84.  
  85. ⁿ  dRestore isn't as fast as Diskpack.  Diskpack's
  86.    compression method was developed to be as fast as
  87.    possible even though some of the techniques used to
  88.    increase compression speed actually decrease the speed of
  89.    uncompression.  This is a good tradeoff since Diskpack is
  90.    used more frequently than dRestore.
  91.    
  92. ⁿ  You don't have to start with disk 1 when restoring files. 
  93.    If you want to restore a single file from a set of backups,
  94.    start with the backup disk that contains the file (the
  95.    catalog lists each file and its disk number).  If dRestore
  96.    doesn't find the file, try starting with the previous disk.
  97.  
  98. ⁿ  Before formatting your hard disk, you should back it up
  99.    completely, compare the backup disks with your hard disk
  100.    to be sure you have a good copy, and back it up again on
  101.    another set of disks.
  102.  
  103. ⁿ  dRestore will automatically create directories on the
  104.    target disk if they don't already exist.
  105.  
  106.  
  107. EXAMPLES
  108.  
  109. The following example compares the files on the backup disks 
  110. in drive A with the files on drive C.  The files are not 
  111. restored.
  112.  
  113.    drestore a: c:\*.*/s
  114.  
  115. The following example restores all files on the backup disks
  116. from drive A to drive C.
  117.  
  118.    drestore a: c:\*.*/s/r
  119.  
  120. The following example restores the file FILE.TXT from drive
  121. A to drive C.  A verbose description of the restore process
  122. is displayed.
  123.  
  124.    drestore a: c:file.txt/r/v
  125.  
  126. The following example restores all files from drive A that
  127. were backed up from the current directory and prompts the
  128. user before restoring each file.
  129.  
  130.    drestore a: *.*/p2/r
  131.  
  132. The following example restores all files from drive A with
  133. the extension WK1 that were backed up from the directory
  134. \123 and all subdirectories of \123.
  135.  
  136.    drestore a: \123\*.wk1/s/r
  137.  
  138.